home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2768 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.3 KB

  1. Path: news1.halcyon.com!coho!jars
  2. From: jars@coho.halcyon.com (Juan Rodriguez)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Template Workaround for VC++ 1.52?
  5. Date: 19 Jan 1996 16:26:34 GMT
  6. Organization: Northwest Nexus, Inc. - Professional Internet Services
  7. Message-ID: <4dognq$cf6@news1.halcyon.com>
  8. References: <4djtg5$5si@clarknet.clark.net>
  9. NNTP-Posting-Host: coho.halcyon.com
  10.  
  11. In article <4djtg5$5si@clarknet.clark.net>,
  12. Harlan Messinger <gusty@clark.net> wrote:
  13. >Has anyone published a work-around for the absence of templates in Visual 
  14. >C++ 1.52? Some kind of pre-preprocessor or something?
  15.  
  16. Visual C++ 1.5x is shipped with a tool called TEMPLDEF.EXE; it does what
  17. you seem to want to do. read its documentation.
  18.  
  19. >Are there any other C++ standard features that Microsoft isn't bothering 
  20. >to put into its 16 bit compiler for which a third-party patch exists? 
  21. >Exception handling, for instance?
  22.  
  23. Visual C++ 1.5x has a set of macros to do exception handling; look at the
  24. documentation for TRY, THROW, THROW_LAST, CATCH, AND_CATCH, and END_CATCH.
  25.  
  26.  
  27.  
  28.  
  29. Juan Antonio Rodriguez-Sero; jars@halcyon.com;
  30. Lake Forest Park, WA 98155-2940, USA
  31. ------------------------------------------------
  32. I stand by all the misstatements that I've made.
  33.                               J. Danforth Quayle
  34.